home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / FILEFIND / ALLFILE.ZIP / ALLFILES.HLP < prev    next >
Encoding:
Text File  |  1989-01-23  |  11.2 KB  |  236 lines

  1. Allfiles.hlp  Help files for Allfiles.exe
  2. Version 1.00  Copyright (c) 1989 by David Beckwitt.  All rights reserved.
  3.  20
  4. Allfiles                                                        Page 1 of 1
  5.  
  6.   Allfiles is a Shareware program.  Please feel free to use, copy, and
  7.   distribute it freely for non-commercial use.  If you find it useful please
  8.   send payment of $20.00 to:
  9.                             David Beckwitt
  10.                             4100 Coventry Drive.
  11.                             Anchorage, AK   99507
  12.                             Phone 907-344-7018
  13.  
  14.   Receipt of payment entitles you to future upgrades for a charge of
  15.   $5.00 each to cover the costs of diskettes and postage.
  16.  
  17.   Please note that Shareware is NOT Freeware; it's only fair to pay if you
  18.   continue to use the product.
  19.  end
  20.  1
  21. General Key Help                                                Page 1 of 1
  22.   The only keys functional in Allfiles are certain Function keys (F1-9),
  23.   the cursor keys, and a few 'normal' keys.  The cursor keys are used to
  24.   scroll the screen similar to most other programs.  For help on the Function
  25.   keys press the specific key desired.
  26.  
  27.   Other keys used and their functions are:
  28.  
  29.     A, B, C...  These keys select the corresponding disk drive.  Allfiles
  30.                 knows which drives are present and displays them for you.
  31.                 Selecting one from the list shown changes the selected drive.
  32.                 Any other key except those below is ignored.
  33.  
  34.     Esc         In general, back out of a choice without changing anything.
  35.                 In the Batch Erase mode (see F7 Help), stop erasing files.
  36.                 In the Help screen, return to the work screen.
  37.  
  38.     Q           In the working screen, Quit Allfiles and return to DOS.
  39.  end
  40.  2
  41. Help (F1)                                                       Page 1 of 1
  42.  
  43.   Allfiles is a Shareware program developed to assist you in managing your
  44.   fixed disk.  It allows you to do four things:
  45.     1.  Show the names of all files on your disk in a scrollable window.
  46.     2.  Limit the file names displayed based on the file name, file date,
  47.         and file attributes (read-only, archived, etc.)  The selection
  48.         criteria may be combined logically with 'and', 'or', and 'not'.
  49.     3.  Browse (view) the contents of any file.
  50.     4.  Erase selected files, either singly or in groups.
  51.  
  52.   Although most useful on hard disks, Allfiles may be used on floppy disks.
  53.  
  54.   To use Allfiles:
  55.     1.  (Optional) Select the desired disk drive by pressing a letter key.
  56.     2.  (Optional) Enter the desired starting directory using the F2 key.
  57.     3.  Enter a Selector using F3. (See F3 Help for details).
  58.     4.  Press the 'Read Disk' (F4) key to display the files selected.
  59.  end
  60.  3
  61. Starting Directory (F2)                                         Page 1 of 1
  62.   Allfiles always lists files in the Starting Directory.  If 'Subdirs?'
  63.   (see F6 Help) is 'Yes' it also lists files in its subdirectories. To list
  64.   all files on a disk, set the Starting Directory to the root (\) directory
  65.   and set Subdirs to 'Yes'.  This is Allfiles' automatic startup condition.
  66.  
  67.   If you enter an invalid Starting Directory Allfiles issues an error message
  68.   and directs you to enter a valid one.
  69.  
  70.   Allfiles remembers the last Starting Directory you entered for each disk
  71.   drive.
  72.  
  73.   If you backspace-delete the entire Starting Directory name, Allfiles sets
  74.   it to the current directory of the current drive and shows it on screen.
  75.  
  76.   The insert, delete, home, end, and cursor keys may be used to edit the
  77.   Starting Directory.  Pressing 'Esc' leaves it as it was; pressing 'Enter'
  78.   indicates you want Allfiles to use the new entry.
  79.  end
  80.  4
  81. Selectors (F3)                                                  Page 1 of 3
  82.  
  83.   Allfiles limits the filenames displayed to those matching a set of
  84.   conditions specified in the Selector, which is a logical expression.
  85.   The general form of the Selector is
  86.               /condition target [/connector [/condition] target]...
  87.  
  88.   Condition      selects file if:
  89.     /MATches      filename matches DOS-style pattern
  90.     /CONtains     filename contains specified string
  91.     /ATTrib       file has specified attributes
  92.     /ONdate       file date matches that specified
  93.     /BEFore       file date is earlier than that specified
  94.     /AFTer        file date is later than that specified
  95.  
  96.   Conditions may be entered completely or abbreviated as shown in upper case.
  97.   (Actual entries may be either upper or lower case.)
  98.  more
  99. Selectors (F3)                                                  Page 2 of 3
  100.   Connectors
  101.     /AND          preceding and following conditions must be true.
  102.     /OR           preceding or following condition or both must be true.
  103.     /NOT          the following condition must be false.
  104.     ()            expressions may be parenthesised for algebraic-style grouping
  105.   The insert, delete, home, end, and cursor keys may be used to edit the
  106.   Selector.  Pressing 'Esc' leaves it as it was; pressing 'Enter'indicates
  107.   you want Allfiles to use the new entry.
  108.  
  109.   Dates are entered month/day/year or month-day-year: 1/22/89, 01-22-1989 etc.
  110.  
  111.   Attributes
  112.            A      Changed since last archive       a    Last archive current
  113.            S      System files                     s    non-system files
  114.            H      Hidden files                     h    non-hidden files
  115.            R      Read-only files                  r    read-write files
  116.  more
  117. Selectors (F3)                                                  Page 3 of 3
  118.   Examples - single condition
  119.     /mat *.*      selects all files.  Could be /MAT *.* or /matches *.*
  120.     /con bat      selects files with 'bat' in their name, including
  121.                   AUTOEXEC.BAT, BATTERY.DTA, and ABATCH.FIL
  122.     /att R        selects Read-only files.
  123.     /att ASH      selects Read-only Hidden System files.  Also /att SHA
  124.  
  125.   Examples - multiple conditions
  126.     /mat *.exe /or *.com /or *.bat               selects all executable files
  127.     /not /mat *.exe /or *.com /or *.bat          all EXCEPT executable files
  128.     /mat /not "       "       "     "            " ".  Syntax allows either.
  129.     (/mat *.exe /and /att A) /or (/mat *.com /and /att R)
  130.                                                  non-archived .exe files or
  131.                                                  read-only .com files
  132.     /aft 12-31-85 /and /bef 1-1-87               all from 1986
  133.  end
  134.  5
  135. Read Disk (F4)                                                  Page 1 of 1
  136.  
  137.   After a valid Starting Directory and Selector have been entered, press
  138.   F4 to read the disk.  Allfiles then does three things:
  139.     1.  Reads all disk file names in the specified directories into memory.
  140.     2.  Scans the list of file names and determines which meet the Selector.
  141.     3.  Displays the number and names of selected files in a scrollable window.
  142.   Depending on the number of files and type of disk, these steps can take
  143.   a few seconds to complete.  Step 1 takes much longer than steps 2 and 3.
  144.  
  145.   If the Drive, Starting Directory, or Subdirs? state are changed, F4 will
  146.   cause all steps above to be taken.  If only the Selector is changed step 1
  147.   will not be taken, resulting in much quicker response.
  148.  
  149.   If a floppy disk drive is chosen but the drive is not ready, DOS will issue
  150.   an 'Abort, Retry, Ignore (or Fail)' message.  Make the drive ready and
  151.   press 'R' for Retry.  If it can't be made ready press 'I' or 'F', depending
  152.   on which version of DOS you are using; then select a valid drive.
  153.  end
  154.  6
  155. Subdirs? (F6)                                                   Page 1 of 1
  156.  
  157.   This stands for 'Search Subdirectores, too?'
  158.  
  159.   If 'Yes' is highlighted, all subdirectories of the Starting Directory will
  160.   be included in the file search.
  161.  
  162.   If 'No' is highlighted, only the Starting Directory will be searched.
  163.  end
  164.  7
  165. Erase  (F7 and Shift-F7)                                        Page 1 of 2
  166.  
  167.   F7         erases the file whose name is highlighted on the screen.
  168.   Shift-F7   erases all selected files.
  169.  
  170.   IMPORTANT: This selection has the potential to erase every file on your
  171.              disk in short order if Confirm is Off.  It can be interrupted
  172.              by pressing 'Esc', but some files will certainly be lost.
  173.              Be sure you understand its operation, and USE CAUTION!
  174.  
  175.   The action of both these are affected by the Confirm (F8) key.
  176.     Confirm On (safe Erase)
  177.       When F7 is pressed you will be asked whether to erase the file or not.
  178.       Enter 'Y' to erase it or 'N' to leave it alone.
  179.  
  180.       When Shift-F7 is pressed, Allfiles will go to the top of the list of
  181.       selected files and ask you whether to erase each one.  Enter 'Y' or
  182.       'N' as desired.  Pressing 'Esc' will stop the erasing process.
  183.  more
  184. Erase  (F7 and Shift-F7)                                        Page 2 of 2
  185.  
  186.     Confirm Off (instant erase)
  187.       Pressing F7 will immediately erase the highlighted file unless it is
  188.       a 'Special File (see below).
  189.  
  190.       Pressing Shift-F7 will clear the screen and display a message showing
  191.       how many files are about to be erased.  Pressing 'Y' will start the
  192.       erasing process.
  193.       IMPORTANT: This selection has the potential to erase every file on your
  194.                  disk in short order if Confirm is Off.  It can be interrupted
  195.                  by pressing 'Esc', but some files will certainly be lost.
  196.                  Be sure you understand its operation, and USE CAUTION!
  197.     Special Files
  198.       Allfiles considers any file with the R (read-only), H (hidden) or S
  199.       (system) attribute a Special File.  For safety, a special prompt is
  200.       always given before erasing a Special File regardless of the Confirm
  201.       status.
  202.  end
  203.  8
  204. Confirm  (F8)                                                   Page 1 of 1
  205.  
  206.   The Confirm status works with the Erase keys.
  207.  
  208.   If Confirm is On when you press F7 or Shift-F7 you will be asked whether
  209.   to erase each file.  This is the safest way to erase files.
  210.  
  211.   If Confirm is Off, pressing the Erase (F7) key will result in the
  212.   highlighted file being immediately erased unless it is a 'Special File'.
  213.   Pressing the Multi-erase (Shift-F7) key will cause a message to be displayed
  214.   showing how many files are about to be erased and asking whether to proceed.
  215.   IMPORTANT: This selection has the potential to erase every file on your
  216.              disk in short order if Confirm is Off.  It can be interrupted
  217.              by pressing 'Esc', but some files will certainly be lost.
  218.              Be sure you understand its operation, and USE CAUTION!
  219.  
  220.   For complete information on Erasing and Special Files, refer to the
  221.   Erase (F7) Help.
  222.  end
  223.      9
  224. Browse  (F9)                                                    Page 1 of 1
  225.  
  226.   Pressing the Browse key allows you to view the contents of the highlighted
  227.   file.  If the file is a text file you will be able to read it normally.
  228.   Other files may contain portions of words or merely binary characters.
  229.  
  230.   You can move through the file using the cursor keys (Home, End, PgUp, PgDn,
  231.   and Up and Down arrows).  You can not change the contents of the file.
  232.  
  233.   Press the 'Esc' key to stop Browsing and return to the work screen where
  234.   you left off.
  235.  end
  236.